serializeAsJwsJson

fun SdJwt<SignedJWT>.serializeAsJwsJson(option: JwsSerializationOption = JwsSerializationOption.Flattened): JsonObject(source)

Deprecated

Deprecated

Replace with

with(NimbusSdJwtOps) { asJwsJsonObject(option) }